Skip to content

Conversation

@robertmooijman
Copy link

I have forked and extended the WRAP plugin with an option to display an 'explosive' warning note. This is a quite common warning designation in our line of work and I found to be still missing in the current plugin. Could be an interesting addition to the plugin for everyone.

Capture

.wrap_todo { background-color: #c2efdd; }
.wrap__dark.wrap_todo { background-color: #17573e; }
div.wrap_todo { background-image: url(images/note/48/todo.png); }
div.wrap_todo { background-image: url(images/note/48/explosive.png); }
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may be unintended?

Suggested change
div.wrap_todo { background-image: url(images/note/48/explosive.png); }
div.wrap_todo { background-image: url(images/note/48/todo.png); }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants